home *** CD-ROM | disk | FTP | other *** search
- | FilerPatch.!Variables
- |
- | (C) Jens H. Ovesen, 1993
- |
- | User defined hotkeys
- |
- | Remember that %%1 and %%2 is the task handle and window handle respectively.
- | Because of the way RISC OS works, you should append a |M|| to the end if you
- | write the command directly and don't use all parameters. You could avoid this
- | by calling an Obey file. See ⇧Copy for example of how to run a BASIC program.
- | Tab sets current directory (*Dir) and beeps
- Set Alias$@Filer_CLI_18A %Dir %%0|MSWI &107|M||
- | Insert not really necessary with F10 below, but...
- Set Alias$@Filer_CLI_1CD %IconSprites %%0.!Sprites|M||
- | ^F2 closes directory display
- Set Alias$@Filer_CLI_1A2 %Filer_CloseDir %%0 -Only|M||
- | ^I iconizes the window
- Set Alias$@Filer_CLI_009 %Iconize %%*0
- | ^⇧F2 closes directory display and children
- Set Alias$@Filer_CLI_1B2 %Filer_CloseDir %%0|M||
- | ⇧Copy
- | Set Alias$@Filer_CLI_19b WimpTask /Filer:Goodies.IconizeBAS %%*0
- |
- | User defined Filer_Action keys
- |
- | F9 *Iconsprites the selected files if they are sprites
- Set Alias$@Filer_Action_189 WimpSlot -min 32k -max 32k|M/Filer:Goodies.IconSprite
- | F10 only prints out what files are selected!
- Set Alias$@Filer_Action_1CA WimpSlot -min 32k -max 32k|M/Filer:Goodies.Action
- | ^X trashes object(s)
- SetMacro Filer$TrashDir <Wimp$ScrapDir>.Filer+.Trash
- Set Alias$@Filer_Action_018 WimpSlot -min 32k -max 32k|M/Filer:Goodies.GlobalTras
- | ^B backups objects(s)
- SetMacro Filer$BackupDir <Wimp$ScrapDir>.Filer+.Backup
- Set Alias$@Filer_Action_002 WimpSlot -min 32k -max 32k|M/Filer:Goodies.GlobalTras -Backup
- |
- | User defined hot key mappings
- |
- | Map Esc
- Set Filer$Map_01B "ClearSelection"
- | Map out ⇧^X
- | Set Filer$Map_118 ""
- | Don't allow new type applications or hidden files on RamFS
- |Set Filer$NoNewAppsFS_RAM ""
- |Set Filer$NoHiddenFS_RAM ""
-